home *** CD-ROM | disk | FTP | other *** search
/ SPACE 2 / SPACE - Library 2 - Volume 1.iso / telecom / 107 / c / cmerge.man < prev    next >
Encoding:
Text File  |  1987-02-20  |  1.1 KB  |  30 lines

  1.  
  2. CMERGE                   ST Programmer's Manual                  CMERGE
  3.  
  4. NAME
  5.      cmerge - merge c source with generated assembly source
  6.  
  7. SYNOPSIS
  8.      cmerge file.c file.s
  9.  
  10. DESCRIPTION
  11.      cmerge reads a "C" source file, and the assemble source file
  12.      generated by the Alcyon C Compiler. It merges the two files
  13.      into one, and writes to stdout. The assembly source is merged
  14.      in context with the c source lines that created them, as well
  15.      as can be determined by the notations in the assembly file.
  16.      The first file name on the command line must be the c source
  17.      file, and the second must be the generated assembly file.
  18.      
  19. BUGS
  20.      This is a rather hit-and-miss proposition. The Alcyon compiler
  21.      does not insert all line numbers into the assembly file, so the
  22.      assembly code is merged based on whatever line numbers are there.
  23.  
  24. AUTHOR
  25.      George R. Woodside           PPN 76537,1342
  26.      5219 San Feliciano Drive
  27.      Woodland Hills, Ca. 91364
  28.  
  29. Printed 01/09/87                                                1
  30.